createAppointmentUser
createAppointmentUser
Header Parameters
authorization string required
authorization
application/json
Request Body required
createDeleteAppointmentUserRequest
appointmentUserDeptartmentUuid string
appointmentUserUuid string
dealerDepartmentUuidList string[]
isMobileServiceTechnician boolean
requesterUserUuid string
Responses
- 200
- 201
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
error object
status boolean
statusCode int32
warnings object[]
{
"error": {
"code": "string",
"description": "string",
"metadata": {}
},
"status": true,
"statusCode": 0,
"warnings": [
{
"code": "string",
"description": "string"
}
]
}
Created
Unauthorized
Forbidden
Not Found
PUT /user
Request
Request
curl / cURL
curl -L -X PUT '//api.mykaarma.com/mobile-service/user' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"appointmentUserDeptartmentUuid": "string",
"appointmentUserUuid": "string",
"dealerDepartmentUuidList": [
"string"
],
"isMobileServiceTechnician": true,
"requesterUserUuid": "string"
}'
python / requests
curl -L -X PUT '//api.mykaarma.com/mobile-service/user' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"appointmentUserDeptartmentUuid": "string",
"appointmentUserUuid": "string",
"dealerDepartmentUuidList": [
"string"
],
"isMobileServiceTechnician": true,
"requesterUserUuid": "string"
}'
go / native
curl -L -X PUT '//api.mykaarma.com/mobile-service/user' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"appointmentUserDeptartmentUuid": "string",
"appointmentUserUuid": "string",
"dealerDepartmentUuidList": [
"string"
],
"isMobileServiceTechnician": true,
"requesterUserUuid": "string"
}'
nodejs / axios
curl -L -X PUT '//api.mykaarma.com/mobile-service/user' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"appointmentUserDeptartmentUuid": "string",
"appointmentUserUuid": "string",
"dealerDepartmentUuidList": [
"string"
],
"isMobileServiceTechnician": true,
"requesterUserUuid": "string"
}'
ruby / Net::HTTP
curl -L -X PUT '//api.mykaarma.com/mobile-service/user' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"appointmentUserDeptartmentUuid": "string",
"appointmentUserUuid": "string",
"dealerDepartmentUuidList": [
"string"
],
"isMobileServiceTechnician": true,
"requesterUserUuid": "string"
}'
csharp / RestSharp
curl -L -X PUT '//api.mykaarma.com/mobile-service/user' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"appointmentUserDeptartmentUuid": "string",
"appointmentUserUuid": "string",
"dealerDepartmentUuidList": [
"string"
],
"isMobileServiceTechnician": true,
"requesterUserUuid": "string"
}'
php / cURL
curl -L -X PUT '//api.mykaarma.com/mobile-service/user' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"appointmentUserDeptartmentUuid": "string",
"appointmentUserUuid": "string",
"dealerDepartmentUuidList": [
"string"
],
"isMobileServiceTechnician": true,
"requesterUserUuid": "string"
}'
java / OkHttp
curl -L -X PUT '//api.mykaarma.com/mobile-service/user' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"appointmentUserDeptartmentUuid": "string",
"appointmentUserUuid": "string",
"dealerDepartmentUuidList": [
"string"
],
"isMobileServiceTechnician": true,
"requesterUserUuid": "string"
}'
powershell / RestMethod
curl -L -X PUT '//api.mykaarma.com/mobile-service/user' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"appointmentUserDeptartmentUuid": "string",
"appointmentUserUuid": "string",
"dealerDepartmentUuidList": [
"string"
],
"isMobileServiceTechnician": true,
"requesterUserUuid": "string"
}'